home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_280 / PlaceObject2_193_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  137 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero) && _root.hero._y <= 125)
  3.    {
  4.       _root.gotoAndStop("L5 part 5");
  5.    }
  6. }
  7.